projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d22a16
)
We always chain to the parent size_allocate, no need to do this.
author
Xan Lopez
<xan@src.gnome.org>
Wed, 26 Dec 2007 11:32:16 +0000
(11:32 +0000)
committer
Xan Lopez
<xan@src.gnome.org>
Wed, 26 Dec 2007 11:32:16 +0000
(11:32 +0000)
svn path=/trunk/; revision=19244
gtk/gtkstatusbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstatusbar.c
b/gtk/gtkstatusbar.c
index 9a035eded04150646efcd0a0d52a4168a3ea8e0b..e96cdc72615966f88f9b48c0439564e4f1114bf7 100644
(file)
--- a/
gtk/gtkstatusbar.c
+++ b/
gtk/gtkstatusbar.c
@@
-858,7
+858,6
@@
gtk_statusbar_size_allocate (GtkWidget *widget,
if (statusbar->has_resize_grip)
{
- widget->allocation = *allocation;
get_grip_rect (statusbar, &rect);
extra_children = has_extra_children (statusbar);